OpenRoads Designer CONNECT Edition SDK Help

CreateByMidPointTangentInfiniteDistance Method

Constructs a line from point and tangent vector

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  Line CreateByMidPointTangentInfiniteDistance( DPoint3d point, DPoint3d tangent)

Parameters

SettingDescription
  DPoint3d Point on line
  DPoint3d Tangent vector

Return Value

Line A line element

Remarks

The length of the line is arbitrarily fixed to 200000000

See Also